projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5eafc58
)
Seal priv pointer in GtkComboBox.
author
Tim Janik
<timj@src.gnome.org>
Fri, 20 Jun 2008 11:04:08 +0000
(11:04 +0000)
committer
Tim Janik
<timj@src.gnome.org>
Fri, 20 Jun 2008 11:04:08 +0000
(11:04 +0000)
svn path=/trunk/; revision=20558
gtk/gtkcombobox.h
patch
|
blob
|
history
diff --git
a/gtk/gtkcombobox.h
b/gtk/gtkcombobox.h
index 8f5e1456e1b2585d48c1162f15600fb6ee5f854b..cc93415a0cb5a0d5af00016abceb1c7e99b197e8 100644
(file)
--- a/
gtk/gtkcombobox.h
+++ b/
gtk/gtkcombobox.h
@@
-46,7
+46,7
@@
struct _GtkComboBox
GtkBin parent_instance;
/*< private >*/
- GtkComboBoxPrivate *
priv
;
+ GtkComboBoxPrivate *
GSEAL (priv)
;
};
struct _GtkComboBoxClass